EXIT_FAILURE
From Cppreference
| C++ Standard Library | ||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||
| Utilities library | ||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||
| Program support utilities | ||||||||||||||||||||||||||||||||||||||||||
| Template:cpp/utility/program/sidebar content | ||||||||||||||||||||||||||||||||||||||||||
| Defined in header
<cstdlib> | ||
| #define EXIT_FAILURE /*implementation defined*/
| ||
The EXIT_FAILURE macro expands into an integral expression, indicating unsuccessful execution of a program.
See also
| indicates successful program execution (macro constant) | |